home *** CD-ROM | disk | FTP | other *** search
-
- /*
- ** Source file : CustomMenuInspector.h
- ** Created by : gideon@berd
- ** Created on : Fri Sep 8 09:39:27 NZST 1995
- ** RCS File : $Source: /Ramoth/Black.Albatross/CVS/CustomMenu/CustomMenuInspector.h,v $
- ** Last modified : $Date: 1995/09/10 22:37:59 $
- ** Last modified by : $Author: gideon $
- ** Current Revision : $Revision: 1.1.1.1 $
- */
-
-
- #import <appkit/appkit.h>
- #import <apps/InterfaceBuilder.h>
- #import "CustomMenu.subproj/DraggableMenu.h"
-
- // A category of DraggableMenu so it doesn't have to be included in the library, yet IB support is there
- @interface DraggableMenu(IBSupport)
-
- - (const char *)getInspectorClassName;
- - (NXImage *)getIBImage;
-
- @end
-
- @interface CustomMenuInspector:IBInspector <IBInspectors>
- {
- id saveAndRestoreSwitch;
- id iconButton;
- }
-
- - (const char *)version;
- - init;
- - awakeFromNib;
-
- @end
-